-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
refactor: integrate util "noop" function in each packages #9125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
View your CI Pipeline Execution ↗ for commit e646812.
☁️ Nx Cloud last updated this comment at |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9125 +/- ##
==========================================
- Coverage 44.40% 44.38% -0.03%
==========================================
Files 206 202 -4
Lines 8174 8169 -5
Branches 1822 1828 +6
==========================================
- Hits 3630 3626 -4
+ Misses 4100 4099 -1
Partials 444 444 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please revert the changes to package-lock, other than that, this should be good to be merged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there shouldn’t be any changes in package-lock if there are no changes in package.json
I integrated util function "noop". The function "noop" is already made in "query-core" package. So, we don't need to make again in "react-query" package